From 1cde40b45916d1f99a4cda7837b516cde761f127 Mon Sep 17 00:00:00 2001 From: Ilion Beyst Date: Sun, 2 Jan 2022 17:57:40 +0100 Subject: basic match views --- web/pw-server/src/routes/matches/[match_id].svelte | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 web/pw-server/src/routes/matches/[match_id].svelte (limited to 'web/pw-server/src/routes/matches/[match_id].svelte') diff --git a/web/pw-server/src/routes/matches/[match_id].svelte b/web/pw-server/src/routes/matches/[match_id].svelte new file mode 100644 index 0000000..3fe98f8 --- /dev/null +++ b/web/pw-server/src/routes/matches/[match_id].svelte @@ -0,0 +1,31 @@ + + + + +
+ +
-- cgit v1.2.3